home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 3 / Logiciel PC - Hors-Serie 3.iso / Logs / micros / ql / outils / qltoolsq / source / docs / viewall.sh < prev   
Text File  |  1995-09-21  |  176b  |  16 lines

  1. # Please personalize this script for your system
  2.  
  3. DEV=/dev/fd0H720
  4.  
  5. for i in `qltools $DEV -s`
  6. do
  7.     echo -n $i:
  8.     read yn
  9.  
  10.     if [ $yn = y ]
  11.     then
  12.         qtool $DEV $i | more
  13.     fi
  14. done
  15.  
  16.